home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / DefineSprite_139 / frame_12 / DoAction.as < prev   
Text File  |  2008-02-25  |  119b  |  9 lines

  1. onEnterFrame = function()
  2. {
  3.    if(Key.isDown(27))
  4.    {
  5.       crowChange = "no";
  6.       gotoAndPlay(25);
  7.    }
  8. };
  9.